

@layer base {
  
  body, :host {
    /* Color */
    --Accent1: #ED7344;
--Accent2: #C8D06E;
--Accent3: #472E10;
--Accent4: #F5F1EB;
--Accent5: #988A79;
--Accent6: #EFB7E4;
--Accent7: #EABD27;
--html-block-font-color: var(--Accent3);
--html-block-h1-color: var(--Accent3);
--html-block-link-color: var(--Accent2);
--html-block-quote-color: var(--Accent1);
--SoftClayOrange: #F25C54;
--DeepCharcoal: #2e2e2e;
--WarmOff-White: #FAFAF7;
--GraphiteGrey: #1E1E1E;
--VibrantCoral: #FF6B6B;
--MintGreen: #6EDC9D;
--GoldenYellow: #F9C74F;
--ElectricBlue: #3A86FF;
--NeutralGrey: #D3D3D3;
--Lilac: #B388EB;
--BackgroundLight: #FAFAF7;
--BackgroundDark: #1E1E1E;
--NeutralSurface: #FFFFFF;
--Border: #D3D3D3;
--TextPrimary: #2E2E2E;
--TextSecondary: #6C6C6C;
--TextInverse: #FFFFFF;
--PrimaryCTA: #F25C54;
--PrimaryCTA-Hover: #FF6B6B;
--PrimaryCTA-Active: #E14A45;
--AccentPositive: #6EDC9D;
--AccentPositive-Hover: #57C78A;
--AccentPositive-Active: #45B378;
--AccentWarning: #F9C74F;
--AccentWarning-Hover: #F7B93B;
--AccentWarning-Active: #E5A62F;
--AccentInfo: #3A86FF;
--AccentInfo-Hover: #256DDB;
--AccentInfo-Active: #1A55B6;
--AccentCreative: #B388EB;
--AccentCreative-Hover: #9C6FDF;
--AccentCreative-Active: #8456C9;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-geist: 'Geist',sans-serif;
--font-geistmono: 'Geist Mono',monospace;
--font-fraunces: 'Fraunces',serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
--html-block-font-size: 0.875rem;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --borderRadius: 16px;
--gap: 10px;
    /* Z-index */
    --side-menu: 10;
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  
      

      
        
      
      
  .eARuik {
    color:var(--Accent4);
  width:100%;
  display:flex;
  row-gap:10px;
  flex-wrap:wrap;
  font-size:14px;
  column-gap:10px;
  align-items:center;
  font-weight:500;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .ebHuqG {
    width:100%;
  display:flex;
  row-gap:var(--gap);
  max-width:1000px;
  column-gap:var(--gap);
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
      
      
  .cOJktb {
    gap:18px;
  flex:0;
  color:var(--Accent3);
  cursor:pointer;
  height:45px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent4);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  transition:all 500ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .cOJktb:hover {
    color:var(--Accent4);
  background:#ffffff33;
  }
      

        
      
      
  .eSDYRT {
    width:100%;
  row-gap:var(--gap);
  flex-wrap:wrap;
  column-gap:var(--gap);
  flex-direction:row;
  }
      

      
        
      
      
  .fvtlCM {
    width:100%;
  text-align:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fiyIKK {
    width:30px;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .QPvOq {
    flex:1;
  row-gap:1rem;
  min-width:200px;
  column-gap:1rem;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  .iikbd {
    flex:1;
  color:var(--Accent4);
  font-size:0.8rem;
  overflow-wrap:break-word;
  text-overflow:inherit;
  }
      

      
        
      
      
  .eOiCRT {
    row-gap:24px;
  column-gap:24px;
  }
      

      
          @media (min-width: 900px) {
            
  .eOiCRT {
    flex-direction:row;
  }
      

          }
          
        
      
      
  .FGqMc {
    width:200px;
  height:auto;
  animation:;
  }
      

      
          @media (max-width: 1000px) {
            
  .FGqMc {
    display:none;
  }
      

          }
          
        
      
      
  .bGriBX {
    flex:1;
  font-size:0.8rem;
  align-items:center;
  font-weight:500;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 1200px) {
            
  
      

          }
          
        
      
      
  .dapwz {
    color:var(--Accent4);
  font-size:3rem;
  text-align:left;
  font-family:Geist;
  font-weight:var(--font-weight-light);
  }
      

      
          @media (max-width: 700px) {
            
  .dapwz {
    font-size:2rem;
  }
      

          }
          
        
      
      
  .dETxhp {
    row-gap:var(--gap);
  max-width:600px;
  column-gap:var(--gap);
  }
      

      
        
      
      
  .lCJlf {
    gap:18px;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  height:45px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent1);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  transition:all 500ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .lCJlf:hover {
    background:#ffffff33;
  }
      

        
      
      
  .bSMHCx {
    color:var(--Accent4);
  font-size:1.5rem;
  text-align:center;
  font-family:Geist;
  font-weight:var(--font-weight-light);
  }
      

      
          @media (max-width: 700px) {
            
  .bSMHCx {
    font-size:1.2rem;
  }
      

          }
          
        
      
      
  .eWgjNr {
    height:100vh;
  display:flex;
  row-gap:40px;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/sesame_libro:slide2.webp/public") scroll padding-box border-box no-repeat no-repeat center center / cover;
  column-gap:40px;
  align-items:center;
  padding-top:120px;
  padding-left:80px;
  padding-right:80px;
  flex-direction:column;
  padding-bottom:120px;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cwaXUM {
    height:100vh;
  display:flex;
  row-gap:40px;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/sesame_libro:endslide.webp/public") scroll padding-box border-box no-repeat no-repeat center center / cover;
  column-gap:40px;
  align-items:center;
  padding-top:120px;
  padding-left:80px;
  padding-right:80px;
  flex-direction:column;
  padding-bottom:120px;
  justify-content:center;
  }
      

      
        
      
      
  .dpfRfI {
    gap:18px;
  color:var(--Accent3);
  width:100%;
  cursor:pointer;
  height:45px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent4);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  transition:all 500ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .dpfRfI:hover {
    color:var(--Accent4);
  background:#ffffff33;
  }
      

        
      
      
  .eAIrPa {
    display:flex;
  row-gap:48px;
  max-width:1000px;
  column-gap:48px;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .btPXwI {
    color:var(--Accent4);
  font-size:4rem;
  text-align:center;
  font-family:Geist;
  font-weight:var(--font-weight-light);
  }
      

      
          @media (max-width: 700px) {
            
  .btPXwI {
    font-size:2rem;
  }
      

          }
          
        
      
      
  .fmfkOw {
    color:var(--Accent4);
  font-size:1rem;
  text-align:left;
  font-family:Geist;
  font-weight:var(--font-weight-light);
  }
      

      
          @media (max-width: 700px) {
            
  .fmfkOw {
    font-size:0.9rem;
  }
      

          }
          
        
      
      
  .cA-DJnP {
    width:100%;
  row-gap:var(--gap);
  flex-wrap:wrap;
  max-width:500px;
  column-gap:var(--gap);
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dUFzAc {
    flex:2;
  display:flex;
  row-gap:48px;
  column-gap:48px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eNqiVS {
    height:100vh;
  display:flex;
  row-gap:40px;
  background:#000000;
  column-gap:40px;
  align-items:center;
  padding-top:120px;
  padding-left:80px;
  padding-right:80px;
  flex-direction:column;
  padding-bottom:120px;
  justify-content:center;
  }
      

      
        
      
      
  .byYokK {
    width:100%;
  display:flex;
  row-gap:var(--gap);
  flex-wrap:wrap;
  max-width:1000px;
  column-gap:var(--gap);
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
      
      
  .ckbtqe {
    height:100vh;
  display:flex;
  row-gap:40px;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/sesame_libro:slide5.webp/public") scroll border-box padding-box no-repeat no-repeat center center / cover;
  column-gap:40px;
  align-items:center;
  padding-top:120px;
  padding-left:80px;
  padding-right:80px;
  flex-direction:column;
  padding-bottom:120px;
  justify-content:center;
  }
      

      
        
      
      
  .feWrrV {
    width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .AApwX {
    flex:1;
  color:var(--Accent4);
  font-size:0.8rem;
  }
      

      
        
      
      
  .cmjtBf {
    flex:2;
  row-gap:48px;
  column-gap:48px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fsDqrj {
    height:fit-content;
  display:flex;
  row-gap:80px;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/sesame_libro:sesame-main.webp/public") no-repeat no-repeat center center / cover #000000;
  column-gap:80px;
  align-items:center;
  padding-top:240px;
  padding-left:80px;
  padding-right:80px;
  flex-direction:column;
  padding-bottom:240px;
  justify-content:space-between;
  }
      

      
          @media (max-width: 1000px) {
            
  .fsDqrj {
    padding-top:48px;
  padding-bottom:48px;
  }
      

          }
          

          @media (min-width: 1100px) {
            
  .fsDqrj {
    width:100vw;
  height:100vh;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .OKrSx {
    width:100%;
  display:flex;
  z-index:10;
  position:fixed;
  align-items:center;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:24px;
  justify-content:space-between;
  }
      

      
          @media (max-width: 1000px) {
            
  .OKrSx {
    position:fixed;
  }
      

          }
          
        
      
      
  .cnXrlJ {
    gap:0.5rem;
  color:var(--text-sub);
  width:100%;
  cursor:pointer;
  display:flex;
  padding:0.5rem;
  align-self:stretch;
  background:var(--bg-white);
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  font-weight:var(--medium);
  border-radius:var(--radius-8, 0.5rem);
  flex-direction:row;
  }
      

      
  .cnXrlJ:hover {
    color:var(--text-strong);
  background:var(--bg-weak);
  font-weight:var(--medium);
  }
      

        
      
      
  .chKVzp {
    color:var(--icon-sub);
  }
      

      
        
      
      
  .efZGgz {
    flex:1;
  font-size:0.875rem;
  font-family:Geist;
  }
      

      
        
      
      
  .web-main-menu\:2RUV9Je4WkeZxlP5Q1mcU {
    color:#ffffff;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  }
      

      
  .web-main-menu\:2RUV9Je4WkeZxlP5Q1mcU:hover {
    color:var(--Accent1);
  background:var(--Accent4);
  }
      

        
      
      
  .htYEv {
    color:#ffffff;
  cursor:pointer;
  font-size:1rem;
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  text-transform:capitalize;
  }
      

      
  .htYEv:hover {
    color:var(--Accent1);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cbwmQs {
    gap:18px;
  color:var(--Accent4);
  width:fit-content;
  cursor:pointer;
  height:45px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent1);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  transition:all 500ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .cbwmQs:hover {
    background:#ffffff33;
  }
      

        
      
      
  .bWpTnd {
    width:fit-content;
  height:auto;
  }
      

      
        
      
      
  .nx-button-tertiary\:root {
    gap:0.5rem;
  color:var(--text-sub, #525866);
  width:fit-content;
  cursor:default;
  height:40px;
  font-size:var(--label-m);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:all 400ms ease 0ms normal;
  align-items:center;
  font-family:'Geist';
  font-weight:var(--medium);
  user-select:none;
  padding-left:0.75rem;
  border-radius:10px;
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .nx-button-tertiary\:root:hover {
    color:var(--text-strong, #0E121B);
  background:#c1cb48;
  }
      


  .nx-button-tertiary\:root:active {
    background:var(--Accent2);
  transition:none;
  }
      


  .nx-button-tertiary\:root:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  
      


  .nx-button-tertiary\:root.disabled {
    cursor:no-drop;
  opacity:0.5;
  background-color:var(--overlay-a1, #ffffff0d);
  }
      

        
      
      
  .web-main-menu\:85JYNA97eH5iLg1F5Dr43 {
    color:#ffffff;
  cursor:pointer;
  display:flex;
  z-index:99;
  font-size:1rem;
  transition:all 300ms ease;
  align-items:center;
  font-family:Geist;
  justify-content:center;
  }
      

      
  .web-main-menu\:85JYNA97eH5iLg1F5Dr43:hover {
    color:var(--Accent1);
  cursor:pointer;
  display:flex;
  z-index:99;
  font-size:1rem;
  background:#ffffff00;
  transition:all 300ms ease;
  align-items:center;
  justify-content:center;
  }
      


  .web-main-menu\:85JYNA97eH5iLg1F5Dr43:focus-visible {
    background:#ffffff00;
  }
      

        
      
      
  .eFQaJC {
    top:var(--top);
  left:var(--left);
  position:absolute;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  transform-origin:var(--transform-origin-x) var(--transform-origin-y);
  }
      

      
  .eFQaJC:focus {
    outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  }
      


  .eFQaJC.hidden {
    visibility:hidden;
  pointer-events:none;
  }
      


  .eFQaJC.match-anchor-width {
    width:var(--sc-anchor-width);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-popover-content-knowledge-base\:root {
    gap:0.25rem;
  width:150px;
  height:fit-content;
  display:flex;
  opacity:0;
  padding:0.5rem;
  z-index:10;
  background: var(--bg-white);
  box-shadow:0px 16px 32px -12px rgba(14, 18, 27, 0.10);
  align-items:flex-start;
  padding-top:0.5rem;
  border-color:var(--stroke-soft);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  border-radius:1rem;
  padding-right:0.5rem;
  flex-direction:column;
  padding-bottom:0.5rem;
  /* regular-shadow/medium */:;
  }
      

      
  .so-popover-content-knowledge-base\:root.open {
    opacity:1;
  }
      


  .so-popover-content-knowledge-base\:root.open-transition {
    transition:opacity 300ms ease 0ms normal;
  }
      


  .so-popover-content-knowledge-base\:root.close-transition {
    transition:opacity 300ms ease 0ms normal;
  }
      

        
      
      
  .web-main-menu\:Ggh5BdtvT_RGa9RDPqlyg {
    gap:4px;
  width:300px;
  display:flex;
  background:#ffffff24;
  box-shadow:0px 16px 32px -12px rgba(14, 18, 27, 0.10);
  align-items:flex-start;
  padding-top:8px;
  border-color:#E1E4EA;
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  border-radius:16px;
  padding-right:8px;
  padding-bottom:8px;
  backdrop-filter:blur(2px);
  justify-content:flex-start;
  }
      

      
        
      
      
  .ervAec {
    color:#ffffff;
  cursor:pointer;
  font-size:1rem;
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  }
      

      
  .ervAec:hover {
    text-decoration-line:underline;
  }
      

        
      
      
  .BEFTq {
    box-sizing:border-box;
  }
      

      
        
      
      
  .eSPxPi {
    color:var(--Accent4);
  height:20px;
  display:flex;
  align-items:flex-start;
  font-family:Geist;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dYElHa {
    width:var(--width);
  height:var(--height);
  position:fixed;
  pointer-events:none;
  }
      

      
  .dYElHa.modal {
    pointer-events:all;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fkqMzi {
    cursor:pointer;
  font-size:1rem;
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  
      

      
        
      
      
  .cepDMq {
    display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
      
      
  .dVAyvs {
    display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 775px) {
            
  .dVAyvs {
    display:none;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .dmmRnp {
    cursor:pointer;
  display:flex;
  row-gap:var(--gap);
  column-gap:var(--gap);
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .web-main-menu\:iKHBixsLfSOUgcnas397V {
    color:#ffffff;
  }
      

      
        
      
      
  
      

      
        
      
      
  .web-main-menu\:xtvOzUaoM8AZmXwAoLV3o {
    color:#ffffff;
  transition:all 300ms ease;
  }
      

      
  .web-main-menu\:xtvOzUaoM8AZmXwAoLV3o:hover {
    color:var(--Accent1);
  background:var(--Accent4);
  }
      

        
      
      
  
      

      
        
      
      
  .exiMmo {
    row-gap:var(--gap);
  column-gap:var(--gap);
  }
      

      
        
      
      
  .oVrEM {
    height:100vh;
  display:flex;
  row-gap:40px;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/sesame_libro:slide3.webp/public") scroll border-box padding-box no-repeat no-repeat center center / cover;
  column-gap:40px;
  align-items:center;
  padding-top:120px;
  padding-left:80px;
  padding-right:80px;
  flex-direction:column;
  padding-bottom:120px;
  justify-content:center;
  }
      

      
        
      
      
  .eKzXZV {
    gap:18px;
  flex:1;
  color:var(--Accent4);
  cursor:pointer;
  height:45px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent1);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  transition:all 500ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .eKzXZV:hover {
    background:#ffffff33;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      